Closed
Conversation
* oko_sdk_core: add login modal for OAuth provider selection * oko_sdk_core: add dark mode support to login modal * oko_sdk_core: apply review feebacks * oko_sdk_core: rename login to openConnectModal * refactor: simplify wallet connection API with openConnectModal * oko_sdk_core: rename login to openSignInModal * oko_sdk_core: add loading/failed progress views to login modal * oko_sdk_core: rename login_modal to signin_modal * oko_sdk_core: use HTML templates * oko_cosmos_kit: prevent double signin modal on cancel * oko_sdk_core: migrate signin_modal to Preact components * oko_sdk_core: extract container ID to constant --------- Co-authored-by: Elden Park <eldeniyenden@gmail.com>
* teddsa: add tc to check identifier * teddsa: add scalar multiplication functionality for Ed25519 keys * ci: streamline wasm copy process by ensuring successful execution * teddsa: implement TeddsaKeyShare interface and serialization functions * attached: add computeVerifyingShare function * attached: implement split and combine functions Co-authored-by: Atmosis <jinwoo0451@naver.com>
* teddsa_addon: add extractKeyPackageSharesEd25519 * tss_api: refactor Ed25519 keygen to store only signing/verifying shares * tss_api: refactor keygen test * tss_api: refactor presign_ed25519 * tss_api: add Ed25519 presign test * tss_api: refactor sign_ed25519 * teddsa_addon: add reconstruct_public_key_package * teddsa_addon: add reconstruct_public_key_package test * teddsa_addon: add reconstruct_key_package test * tss_api: refactor sign_ed25519_aggregate * tss_api: refactor sign_ed25519 test * tss_api: refactor sign ed25519 * tss_api: remove presign ed25519 * tss_api: refactor sign ed25519 stage * teddsa_hooks: refactor runTeddsaSign * tss_api: refactor wallet ed25519
* customer_dashboard: Make email timer configurable * customer_dashboard: Limit forgot password inputs to 16 chars * customer_dashboard: Hardcode email verification timer to 60 * oko_common_ui: fix checkbox icon not visible when data-theme is not set
39fa543 to
3497b8b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ci-setup.shfor local CI environment setup (mirrors GitHub CI workflow)tmux-e2e-start.shto launch all E2E services in tmux windowstmux-e2e-stop.shto terminate E2E sessionREADME.mdwith usage documentationScripts
ci-setup.shtmux-e2e-start.shtmux-e2e-stop.shUsage